ANativeWindow_unlockAndPost

Unlock the window's drawing surface after previously locking it, posting the new buffer to the display.

\return 0 for success, or a negative value on error.

extern (C) nothrow @nogc
int
ANativeWindow_unlockAndPost
(
ANativeWindow* window
)

Meta